func runtime.tophash

15 uses

	runtime (current package)
		map.go#L188: func tophash(hash uintptr) uint8 {
		map.go#L444: 	top := tophash(hash)
		map.go#L514: 	top := tophash(hash)
		map.go#L558: 	top := tophash(hash)
		map.go#L650: 	top := tophash(hash)
		map.go#L776: 	top := tophash(hash)
		map.go#L1312: 						top = tophash(hash)
		map_fast32.go#L186: 	insertb.tophash[inserti&(abi.MapBucketCount-1)] = tophash(hash) // mask inserti to avoid bounds checks
		map_fast32.go#L285: 	insertb.tophash[inserti&(abi.MapBucketCount-1)] = tophash(hash) // mask inserti to avoid bounds checks
		map_fast64.go#L186: 	insertb.tophash[inserti&(abi.MapBucketCount-1)] = tophash(hash) // mask inserti to avoid bounds checks
		map_fast64.go#L287: 	insertb.tophash[inserti&(abi.MapBucketCount-1)] = tophash(hash) // mask inserti to avoid bounds checks
		map_faststr.go#L93: 	top := tophash(hash)
		map_faststr.go#L197: 	top := tophash(hash)
		map_faststr.go#L250: 	top := tophash(hash)
		map_faststr.go#L345: 	top := tophash(hash)